Platform Explorer / Nuxeo Platform 6.0

Operation Auth.Logout (Logout)

Description

Perform a logout. This should be used only after using the Login As operation to restore original login. This is a void operations - the input will be returned back as the output.
Operation id Auth.Logout
Category Users & Groups
Label Logout
Requires
Since

Parameters

No parameters.

Signature

Inputs void, document
Outputs void, document

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.login.Logout
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Auth.Logout",
  "label" : "Logout",
  "category" : "Users & Groups",
  "requires" : null,
  "description" : "Perform a logout. This should be used only after using the Login As operation to restore original login. This is a void operations - the input will be returned back as the output.",
  "url" : "Auth.Logout",
  "signature" : [ "void", "void", "document", "document" ],
  "params" : [ ]
}